repo: fix an incorrect comment
authorCosimo Cecchi <cosimo@endlessm.com>
Tue, 28 Jul 2015 00:15:21 +0000 (17:15 -0700)
committerColin Walters <walters@verbum.org>
Tue, 28 Jul 2015 15:35:33 +0000 (11:35 -0400)
src/libostree/ostree-repo-commit.c

index 71d3716fb8215c2ac0425e3416992ac7723f752d..68008c5564762f94822879f8f70e7c7a2781a63d 100644 (file)
@@ -1272,7 +1272,7 @@ ostree_repo_transaction_set_refspec (OstreeRepo *self,
  * be deleted.
  *
  * The change will not be written out immediately, but when the transaction
- * is completed with ostree_repo_complete_transaction(). If the transaction
+ * is completed with ostree_repo_commit_transaction(). If the transaction
  * is instead aborted with ostree_repo_abort_transaction(), no changes will
  * be made to the repository.
  */